for await...of
for await...of - JavaScript | MDN
code:js
for await (variable of iterable) {
statement
}
async iteratorとも呼ばれる
Node.js v12から使える